release 0.1.44
authorØyvind Kolås <pippin@gimp.org>
Sun, 18 Feb 2018 11:27:46 +0000 (12:27 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sun, 18 Feb 2018 11:27:46 +0000 (12:27 +0100)
AUTHORS
NEWS
configure.ac
meson.build

diff --git a/AUTHORS b/AUTHORS
index d574ee0493ace7c8c399df28662c5b3a9f3368aa..1770cc54e337f64d682777933175f02e89f1f3d2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -76,4 +76,6 @@
         <dd>stability fixes</dd>
   <dt>Ell</dt>
         <dd>fast paths</dd>
+  <dt>Félix Piédallu</dt>
+        <dd>Initial meson build</dd>
 </dl>
diff --git a/NEWS b/NEWS
index 2e154e9b5d6c82dac5fa0176094a31cf3ba99f5d..9af9184347fdd8a0a59bf392f28e704d548a4c60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ the news section both in the README and the webpage.
                                                                           -->
 
 
+2018-02-18 babl-0.1.44                                              </dt><dd>
+Fix bug in custom primaries/ICC fast paths, improve meson build<br/>
+
 2018-01-23 babl-0.1.42                                              </dt><dd>
 Fully initialize fishes when loading from cache. <br/>
                                                                     </dd><dt>
index 569043737030a2d8e8571dc8e8ed8ecd031712bd..9d3abdb1071a6eff08393b4378e3232b86518d6a 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [43])
+m4_define([babl_micro_version], [44])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
index 029224312053cfc3217d9e559ba0ce12e5876f54..5cbbd4973194676a5d5dd5edec63fec60cdd8b92 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.43',
+  version: '0.1.44',
   meson_version: '>=0.40.0',
   default_options: [
     'sysconfdir=/etc',